CreateProgmanGroup "AXIA Birds of Prey", WinDir$+"axiabop.grp", cmoNone
ShowProgmanGroup "AXIA Birds of Prey", 1, cmoNone
CreateProgmanItem "AXIA Birds of Prey", "Axia Birds of Prey", MakePath(DEST$,"bin\axia.exe ")+SrcDir$, MakePath(DEST$,"bin\axiaicon.ico")+",,,,"+DEST$, cmoOverwrite
CreateProgmanItem "AXIA Birds of Prey", "How to Use Axia", MakePath(DEST$,"bin\axia.exe ")+SrcDir$+" Ahtua.afs", MakePath(DEST$,"bin\htua.ico")+",,,,"+DEST$, cmoOverwrite
CreateProgmanItem "AXIA Birds of Prey", "Guide to Hawks", MakePath(DEST$,"bin\axia.exe ")+SrcDir$+" Ahawks.afs", MakePath(DEST$,"bin\axiaicon.ico")+",,,,"+DEST$, cmoOverwrite
IF MajorVer% < 3 OR (MajorVer% = 3 AND MinorVer% < 10) THEN
i% = DoMsgBox("Microsoft Windows version 3.10 or greater is required for this software. Please upgrade your version of Windows.", "Installation Problem", MB_OK+MB_TASKMODAL+MB_ICONHAND)
END
END IF
'Prevents installation on 286
IF Processor% < 3 THEN
i% = DoMsgBox("Video for Windows requires a 386 or greater processor or emulator.", "Installation Problem", MB_OK+MB_TASKMODAL+MB_ICONHAND)
END
END IF
' Use Wowexec to determine version of NT. 3.1 did not stamp wowexec and wow returns 3.1 as version
i% = DoMsgBox("Video for Windows does not run on Windows NT 3.1. Please upgrade your version of Windows.", "Installation Problem", MB_OK+MB_TASKMODAL+MB_ICONHAND)